home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / mac / MACF / MGER.DIR / 00231_Script_231 < prev    next >
Text File  |  1995-10-10  |  131b  |  10 lines

  1. on mousedown
  2.   set the ink of sprite 17 to 4
  3.   updateStage
  4. end
  5. on mouseup
  6.   --set the ink of sprite 17 to 0
  7.   go "e"
  8. end
  9.  
  10.